Item Property (C1DataCollection<T>)
In This Topic
Gets the element at the specified index in the read-only list.
Syntax
'Declaration
Public Overridable ReadOnly Default Property Item( _
ByVal As Integer _
) As Object
public virtual object this[
int
]; {get;}
Parameters
- index
- The index.
Property Value
The item at the specified position.
See Also